home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 9,300 to 9,399 / 9300.zip / AOLDLs / HTML & Web Tools (MAC) / HTML_ MTX Web Publishing Tool / MTX Tool 1.3.sit / MTX Tool 1.3 / guide / docs / basic.mtx < prev    next >
Text File  |  1996-02-18  |  1KB  |  31 lines

  1. %TITLE Headings and Basic Document Structure
  2. %HEADING Main Heading
  3. %AUTHOR Richard Rathe / rrathe@ufl.edu
  4. %AUTHURL rrathe@ufl.edu
  5. %VERSION MTX 1.3 User's Manual / Copyright 1996 by the University of Florida
  6. %PATH http://www.med.ufl.edu/medinfo/mtx/docs/
  7. %MTX 1.3
  8.  
  9. The "%HEADING" tag is used to specify a page heading different from the page
  10. title. Notice that the title of this page is "Headings and Basic Document
  11. Structure" while the heading is "Main Heading." To suppress the page heading
  12. entirely specify "none" after the heading tag.
  13.  
  14. #Heading 1
  15.  
  16. This document is divided into three sections. Each section starts with a heading.
  17. To create a heading (and, therefore, a section) simply add a pound sign (#) as
  18. the first character on the line. Headings will usually appear in larger, boldface
  19. type.
  20.  
  21. #Heading 2
  22.  
  23. Headings also imply document structure. By default, MTX creates a simple table of
  24. contents for the document based on the headings it contains. This appears as a
  25. row of hot words near the top of the page. The reader can jump to any section by
  26. simply clicking on its name in the list. Try it!
  27.  
  28. #Heading 3
  29.  
  30. This is the last section.
  31.